home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / net / bind-contrib.tar.gz / bind-contrib.tar / contrib / dnsparse / README < prev    next >
Encoding:
Text File  |  1996-10-25  |  2.4 KB  |  60 lines

  1.   $Id: README,v 8.1 1996/10/25 04:57:11 vixie Exp $
  2.  
  3. --------------------------------------------------------------------------
  4.  
  5.             dnsparse kit, version 2.1
  6.  
  7.          Copyright (c) 1990, 1991, Marion Hakanson
  8.  
  9.     This program is free software; you can redistribute it and/or modify
  10.     it under the terms of the GNU General Public License as published by
  11.     the Free Software Foundation; either version 1, or (at your option)
  12.     any later version.
  13.  
  14.     This program is distributed in the hope that it will be useful,
  15.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  16.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  17.     GNU General Public License for more details.
  18.  
  19.     You should have received a copy of the GNU General Public License
  20.     along with this program; if not, write to the Free Software
  21.     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  22.  
  23. --------------------------------------------------------------------------
  24.  
  25. In this directory are some tools for manipulating Domain Name System
  26. master files, and for converting to /etc/hosts format.  There are also
  27. a couple of tools (simphosts, sorthosts) for dealing with host tables.
  28.  
  29. To run dns2hosts, or anything which uses the dnsparse.pl library
  30. (currently just dnstest and dnsmkptr), one must first compile
  31. "dnslex.c" into a program "dnslex" in the current directory, as the
  32. "dnsparse.pl" library will invoke it as "./dnslex".  Feel free to
  33. modify the invocation path to suit your needs.  The "dnsparse.pl" file
  34. must also be somewhere in the perl library search path, and perl must
  35. be available.
  36.  
  37. Typically how one generates new host table(s) from the DNS zone files is
  38. to have the zones and their master file pathnames in "zonelist", and
  39. then use the enclosed "mkhosts" script to spit out zone-specific files.
  40.  
  41. NOTE: you may need to edit by hand to reorder multiply-homed hosts!
  42.  
  43. To Do:
  44.  
  45. Write some real documentation.  Manual pages, too.
  46.  
  47. The dnsmkptr program is really simplistic -- needs to produce split
  48. zone files (net/subnet), rather than just a single output.
  49.  
  50. These things should really be more automated....
  51.  
  52. The dns2hosts output would be "more like the nameserver" if it also
  53. simulated the "sortlist" functionality.  This would require another
  54. option to specify the target network that queries are coming from,
  55. and maybe also the home network.  Complicated, ugly, and at the least
  56. it requires further study.
  57.  
  58. -- 
  59. Marion Hakanson <hakanson@cse.ogi.edu>
  60.